-
Notifications
You must be signed in to change notification settings - Fork 7.9k
soc: mchp: Introduce support to SAMA7D65 #93133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
boards/microchip/sam/sama7d65_curiosity/doc/img/sama7d65_curiosity.webp
Outdated
Show resolved
Hide resolved
Rebased on the latest |
Hi @TonyHan11 , Reorder the commits. |
Change the location of the names for programable clocks from the stack to "static struct clk_programmable" array. Signed-off-by: Tony Han <[email protected]>
Replace the array size for sama7g5 registered clocks with macros and put the macros to soc.h with descriptions. Signed-off-by: Tony Han <[email protected]>
Add the base DTSI file for Microchip sama7d65. Signed-off-by: Tony Han <[email protected]>
Product URL: https://www.microchip.com/en-us/product/SAMA7D65 Signed-off-by: Tony Han <[email protected]>
Add LVDSPLL, MCK3 and MCK5 clock definitions for microchip SAMA7D65. Signed-off-by: Tony Han <[email protected]>
Register sama7d65 clocks in sam_pmc_setup() which will be called by the PMC driver. Signed-off-by: Tony Han <[email protected]>
Introduce sama7d65_curiosity.dts for sama7d65_curiosity board. Signed-off-by: Tony Han <[email protected]>
Product URL: https://www.microchip.com/en-us/development-tool/EV63J76A Signed-off-by: Tony Han <[email protected]>
Commits reordered with:
|
|
This pull request introduces the minimal support for Microchip sama7d65-curiosity board.
Tested with
samples/hello_world
andsamples/subsys/shell/shell_module
.